net/http.http2ClientConn.nextStreamID (field)
12 uses
net/http (current package)
h2_bundle.go#L7665: nextStreamID uint32
h2_bundle.go#L8107: nextStreamID: 1,
h2_bundle.go#L8346: if cc.singleUse && cc.nextStreamID > 1 {
h2_bundle.go#L8368: int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
h2_bundle.go#L8378: if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed && !cc.closedOnIdle {
h2_bundle.go#L8442: nextID := cc.nextStreamID
h2_bundle.go#L8503: maxStreamID := cc.nextStreamID
h2_bundle.go#L9031: if cc.closed && cc.nextStreamID == 1 && cc.streamsReserved == 0 {
h2_bundle.go#L9361: cs.ID = cc.nextStreamID
h2_bundle.go#L9362: cc.nextStreamID += 2
h2_bundle.go#L9388: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
h2_bundle.go#L9932: neverSent := cc.nextStreamID
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)